<Code Lib>
2025.3 Constructor
Changes 5
C

ElementMulticategoryFilter(ICollection<BuiltInCategory>, Boolean)

Description:
Autodesk.Revit.DB.

public ElementMulticategoryFilter(
	ICollection<BuiltInCategory> categories,
	bool inverted
)

  • ICollection<BuiltInCategory>
    categories
    The built-in categories to match.
  • Boolean
    inverted
    True if the filter should match all elements which are not of the given built-in categories.

Loading…